EXTRA_CALLING_PACKAGE

val EXTRA_CALLING_PACKAGE: String = "androidx.core.app.EXTRA_CALLING_PACKAGE"(source)

Intent extra that stores the name of the calling package for an ACTION_SEND intent. When an activity is started using startActivityForResult this is redundant info. (It is also provided by getCallingPackage.) Instead of using this constant directly, consider using getCallingPackage or getCallingPackage.